翻訳と辞書
Words near each other
・ Lazaros Sarantoglou
・ Lazaros Sochos
・ Lazaros Theodorelis
・ Lazaros Tsamis
・ Lazaros Voreadis
・ Lazarou
・ Lazarov
・ Lazarraga Palace
・ Lazarre Seymour Simckes
・ Lazarsfeld
・ Lazarski University
・ Lazarus
・ Lazarus (band)
・ Lazarus (bishop of Milan)
・ Lazarus (department store)
Lazarus (IDE)
・ Lazarus (Lazarus album)
・ Lazarus (name)
・ Lazarus (rapper)
・ Lazarus (Salvation Army film)
・ Lazarus (song)
・ Lazarus (The X-Files)
・ Lazarus (Travie McCoy album)
・ Lazarus A.D.
・ Lazarus Aaronson
・ Lazarus and Joannes Baptista Colloredo
・ Lazarus Barla
・ Lazarus Bendavid
・ Lazarus Bird
・ Lazarus Buonamici


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Lazarus (IDE) : ウィキペディア英語版
Lazarus (IDE)

Lazarus is a free cross-platform visual integrated development environment (IDE) for rapid application development (RAD) using the Free Pascal compiler, which supports dialects of Object Pascal, to varying degrees. Software developers use Lazarus to create native-code console and graphical user interface (GUI) applications for the desktop, and also for mobile devices, web applications, web services, visual components and function libraries (.so, .dll, etc., for use by other programs). The Free Pascal compiler supports a number of different platforms, such as Mac, Linux and Windows.
Lazarus inherits three features from its use of the Free Pascal compiler: compile and execution speed, and cross-compilation. The Free Pascal compiler benefits from the Pascal language structure and the steady advancements of the Pascal compiler design (spanning several decades) to compile large applications quickly, often in a matter of seconds. When compiling reference programs for performance metrics, Lazarus produces programs that exhibit near or similar performance when compared with the same programs written in C.
An application that developers create using Lazarus on one platform can potentially compile and execute on any platform for which a Free Pascal compiler exists. The usual caveats of the limitations of the target platform apply; however, for desktop applications a single source can target Mac, Linux, and Windows, usually with no modification (or very little modification). An example application is the Lazarus IDE which itself was created using the Lazarus IDE from a single code base and is available on all major platforms and also runs on the Raspberry PI.
==Features==
Most similar to earlier versions of the Borland Delphi, Lazarus provides a highly visual development environment for the creation of rich user interfaces, application logic, and other supporting code artifacts. Along with the customary project management features, the Lazarus IDE also provides features that includes but are not limited to:
* A What You See Is What You Get (WYSIWYG) visual windows layout designer
* An extensive set of GUI widgets or visual components such as edit boxes, buttons, dialogs, menus, etc.
* An extensive set of non-visual components for common behaviors such as persistence of application settings
* A set of data-connectivity components for MySQL, PostgreSQL, FireBird, Oracle, SQLite, Sybase, and others
* Data-aware widget set that allows the developer to see data in visual components in the designer to assist with development
* Interactive code debugger
* Code completion
* Code templates
* Syntax highlighting
* Context-sensitive help
* Text resource manager for internationalization
* Automatic code formatting
* The ability to create custom components

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Lazarus (IDE)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.